home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'ExtDlgs.pas' rev: 3.00
-
- #ifndef ExtDlgsHPP
- #define ExtDlgsHPP
- #include <Dialogs.hpp>
- #include <Buttons.hpp>
- #include <ExtCtrls.hpp>
- #include <Graphics.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Windows.hpp>
- #include <Messages.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Extdlgs
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TOpenPictureDialog;
- class PASCALIMPLEMENTATION TOpenPictureDialog : public Dialogs::TOpenDialog
- {
- typedef Dialogs::TOpenDialog inherited;
-
- private:
- Graphics::TPicture* FPicture;
- Extctrls::TPanel* FPicturePanel;
- Stdctrls::TLabel* FPictureLabel;
- Buttons::TSpeedButton* FPreviewButton;
- Extctrls::TPanel* FPaintPanel;
- Extctrls::TPaintBox* FPaintBox;
- void __fastcall PaintBoxPaint(System::TObject* Sender);
- void __fastcall PreviewClick(System::TObject* Sender);
- void __fastcall PreviewKeyPress(System::TObject* Sender, char &Key);
-
- protected:
- DYNAMIC void __fastcall DoClose(void);
- DYNAMIC void __fastcall DoSelectionChange(void);
- DYNAMIC void __fastcall DoShow(void);
-
- public:
- __fastcall virtual TOpenPictureDialog(Classes::TComponent* AOwner);
- __fastcall virtual ~TOpenPictureDialog(void);
- virtual bool __fastcall Execute(void);
- };
-
- class DELPHICLASS TSavePictureDialog;
- class PASCALIMPLEMENTATION TSavePictureDialog : public Extdlgs::TOpenPictureDialog
- {
- typedef Extdlgs::TOpenPictureDialog inherited;
-
- __published:
- virtual bool __fastcall Execute(void);
- public:
- /* TOpenPictureDialog.Create */ __fastcall virtual TSavePictureDialog(Classes::TComponent* AOwner) :
- Extdlgs::TOpenPictureDialog(AOwner) { }
- /* TOpenPictureDialog.Destroy */ __fastcall virtual ~TSavePictureDialog(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Extdlgs */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Extdlgs;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // ExtDlgs
-